crypto/rsa.PSSOptions.saltLength (method)
5 uses
crypto/rsa (current package)
fips.go#L49: func (opts *PSSOptions) saltLength() int {
fips.go#L79: return boring.SignRSAPSS(bkey, hash, digest, opts.saltLength())
fips.go#L100: saltLength := opts.saltLength()
fips.go#L142: if err := boring.VerifyRSAPSS(bkey, hash, digest, sig, opts.saltLength()); err != nil {
fips.go#L162: saltLength := opts.saltLength()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)